HOTFIX-733: Fix broken Mastr.to_csv by removing stray kwargs#736
Conversation
|
This is ready from my point of view. It's a trivial fix. |
FlorianK13
left a comment
There was a problem hiding this comment.
LGTM, @Simon-Will you can merge if you want
|
Usually we would do hotfixes by branching and merging back to production, so that hotfixes do not interfere feature development such as #718
However merging to production would mean a new release right away, and I don't have time for that this week :/ Maybe @pt-kkraemer or @nesnoj do? |
|
I take it that I can merge this into develop in this case. So I'm doing that now. I would also have some time for a release this week, but I haven't done it before. I see your issue from the 0.17.0 release and could try to follow it. But I would appreciate if one of you has time to do it together, @pt-kkraemer or @nesnoj. :) |
|
Hey! Thx for the hotfix! |
|
Works for me! |

Summary of the discussion
@Postiii pointed out in #733 that the
to_csvmethod was broken with the0.17.0release. I'm fixing this here.Type of change (CHANGELOG.md)
Updated
Mastr.to_csvfunction by removing stray**kwargsWorkflow checklist
Mastr.to_csvworks with this fix.Automation
Closes #733
PR-Assignee
Reviewer